lisp/url/url-methods.el: Fix format error when http_proxy is empty string
authorMiles Bader <miles@gnu.org>
Mon, 18 Sep 2006 14:16:07 +0000 (14:16 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 18 Sep 2006 14:16:07 +0000 (14:16 +0000)
commit40509bab8060aa435aca2922e0528a497bf800d7
tree9146d9c05a1f03ef0525d1692a0bdfe2598fd794
parent881e258a9bcf16c24be66f2d5b88e36843b1c034
lisp/url/url-methods.el: Fix format error when http_proxy is empty string

2006-09-18  Michael Olson  <mwolson@gnu.org>

* url-methods.el (url-scheme-register-proxy): Handle case where
getenv returns an empty string for http_proxy.  This prevents an
error when calling `format' later on.

--This line, and those below, will be ignored--
Files to commit:
   lisp/url/ChangeLog
   lisp/url/url-methods.el

This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-441
Creator:  Michael Olson <mwolson@gnu.org>
lisp/url/ChangeLog
lisp/url/url-methods.el